projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac2e902
)
* configure.in: Add --verbose flag.
author
Jim Blandy
<jimb@redhat.com>
Thu, 24 Jun 1993 01:52:49 +0000
(
01:52
+0000)
committer
Jim Blandy
<jimb@redhat.com>
Thu, 24 Jun 1993 01:52:49 +0000
(
01:52
+0000)
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index cf73c1b378d6f0587fd093b6d1b33087e3950c0f..cf90d936b40db5e87d3b99996f20d47ccb3e3c42 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-262,6
+262,11
@@
Set it to either \`yes' or \`no'."
exec_prefix="${val}"
;;
+ ## Verbose flag, tested by autoconf macros.
+ "verbose" )
+ verbose=yes
+ ;;
+
## Has the user asked for some help?
"usage" | "help" )
echo "${short_usage}" | more